
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Heavy.eot');
    src: local('../fonts/Futura PT Heavy'), local('FuturaPT-Heavy'),
        url('../fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Heavy.woff') format('woff'),
        url('../fonts/FuturaPT-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: local('../fonts/Futura PT Medium'), local('FuturaPT-Medium'),
        url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Medium.woff') format('woff'),
        url('../fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Cond';
    src: url('../fonts/FuturaPTCond-Medium.eot');
    src: local('../fonts/Futura PT Cond Medium'), local('FuturaPTCond-Medium'),
        url('../fonts/FuturaPTCond-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPTCond-Medium.woff') format('woff'),
        url('../fonts/FuturaPTCond-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/FuturaPT-Book.eot');
    src: local('../fonts/Futura PT Book'), local('FuturaPT-Book'),
        url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Book.woff') format('woff'),
        url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Light.eot');
    src: local('../fonts/Futura PT Light'), local('FuturaPT-Light'),
        url('../fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Light.woff') format('woff'),
        url('../fonts/FuturaPT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Cond Extra';
    src: url('../fonts/FuturaPTCond-ExtraBold.eot');
    src: local('../fonts/Futura PT Cond Extra Bold'), local('FuturaPTCond-ExtraBold'),
        url('../fonts/FuturaPTCond-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPTCond-ExtraBold.woff') format('woff'),
        url('../fonts/FuturaPTCond-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Demi';
    src: url('../fonts/FuturaPT-Demi.eot');
    src: local('../fonts/Futura PT Demi'), local('FuturaPT-Demi'),
        url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Demi.woff') format('woff'),
        url('../fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Bold.eot');
    src: local('../fonts/Futura PT Bold'), local('FuturaPT-Bold'),
        url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Bold.woff') format('woff'),
        url('../fonts/FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Extra';
    src: url('../fonts/FuturaPT-ExtraBold.eot');
    src: local('../fonts/Futura PT Extra Bold'), local('FuturaPT-ExtraBold'),
        url('../fonts/FuturaPT-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-ExtraBold.woff') format('woff'),
        url('../fonts/FuturaPT-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


body{font-family: 'Futura PT';font-weight: 400; }

img{width: auto; max-width: 100%;}

section{
    display: inline-block;
    /*float: left;*/
    width: 100%;
}

div.FooterColumn a:link {
    text-decoration: none;
    color: #000000;
    font-weight: 400;
}

div.FooterColumn a:hover {
    color: red;
}

.first_col {
  background-image: -moz-linear-gradient( 132deg, rgb(216,36,55) 0%, rgb(225,28,68) 59%, rgb(234,20,80) 100%);
  background-image: -webkit-linear-gradient( 132deg, rgb(216,36,55) 0%, rgb(225,28,68) 59%, rgb(234,20,80) 100%);
  background-image: -ms-linear-gradient( 132deg, rgb(216,36,55) 0%, rgb(225,28,68) 59%, rgb(234,20,80) 100%);
    padding-bottom: 20px;
}
.top_head {
	background: #fcdce5;
	height: 45px;
	margin-bottom: 20px;
}
.left_top {
	margin-top: 7px;
	font-size: 18px;
    font-weight: 500;
}
.main_nav {
	display: block;
	float: right;
	margin-top: 23px;
}
.main_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: right;
}
.main_nav ul li {
	display: inline-block;
	margin: 0 8px;
}
.main_nav ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.3px;
}
.main_nav ul li:last-child a {
	background: #c00f2e;
	padding: 10px 20px;
}
.main_tag {
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}
.main_tag h3 {
	font-size: 45px;
	color: #fff;
}
.main_tag h5 {
	font-size: 24px;
	color: #fff;
	margin-top: 10px;
	letter-spacing: 0.6px;
}
.graphic_col {
	padding-top: 30px;
	position: relative;
	top: 5px;
}
.calc_col .calc_title {
	background: #00bd64;
}
.calc_col .calc_title h4 {
	font-size: 19px;
	color: #fff;
	padding: 12px;
	letter-spacing: 1px;
}
.calc_col {
	position: relative;
	z-index: 1;
	background: #ffffff;
	float: left;
	width: 100%;
    box-shadow: 0px 3px 9px 0px rgba(0, 1, 1, 0.3);
}
.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	border: transparent;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:white;
    padding:0 10px;
}
.calc_col ul li:first-child .styledSelect {
	padding-left: 50px;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:black transparent transparent transparent;
    position:absolute;
    top:9px;
    right:6px;
}
.styledSelect:active, .styledSelect.active {
    background-color:#fff;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:none;
    padding: 0 !important;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.options {
	max-height: 210px;
	overflow: scroll;
}
.options li {
	padding: 0 6px;
	margin: 0 0;
	padding: 0 10px;
	width: 100% !important;
	padding: 0px 10px !important;
}
.options li:hover {
    background-color:#da223a;
    color:white;
}
.body input[type="number"] {
  -moz-appearance: textfield;
}
.body input[type="number"]::-webkit-inner-spin-button, .body input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calc_col ul li .pt_Quantity {
	display: inline-block;
	margin: 0 0 10px;
	position: relative;
	width: 100%;
	float: left;
}
.body .pt_Quantity input {
	border-radius: 0;
	background-color: #ffffff;
	border: transparent;
	min-width: 45px;
	float: left;
	display: block;
	margin: 0;
	text-align: left;
	width: 100%;
	margin-top: 4px;
	font-weight: 300;
	font-size: 16px;
    padding-left: 40px;
    box-shadow: none;
}
.body .pt_Quantity input:focus {
  outline: 0;
}
.body .pt_Quantity .pt_QuantityNav {
  float: left;
  position: relative;
  height: 30px;
  right: 40px;
}
.body .pt_Quantity .pt_QuantityNav .pt_QuantityButton {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;  
  width: 15px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 1.1;
  border-bottom: 1px solid #b7b7b7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body .pt_Quantity .pt_QuantityNav .pt_QuantityButton:active {
 
}
.body .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityUp {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #b7b7b7;
  border-top: 1px solid #b7b7b7;
}
.body .pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityDown {
  position: absolute;
  bottom: 0px;
  height: 50%;
}
.calc_col ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.calc_col ul li {
	float: left;
	display: inline-block;
	width: 30%;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
    position: relative;
}
.calc_col ul li h6 {
	float: left;
	position: absolute;
	z-index: 1;
	right: 0;
	font-size: 19px;
	color: #393939;
	margin-top: 5px;
}
.calc_col ul li .select {
	width: 100%;
	float: left;
    margin-top: 5px;
}
.calc_col ul li:last-child {
	width: 10%;
}
.submit_col {
	background-image: -moz-linear-gradient( 100deg, rgb(0,157,83) 0%, rgb(0,173,92) 59%, rgb(0,189,100) 100%);
	background-image: -webkit-linear-gradient( 100deg, rgb(0,157,83) 0%, rgb(0,173,92) 59%, rgb(0,189,100) 100%);
	background-image: -ms-linear-gradient( 100deg, rgb(0,157,83) 0%, rgb(0,173,92) 59%, rgb(0,189,100) 100%);
	border: none;
	color: #fff;
	padding: 10px;
	width: 100%;
    margin-top: -5px;
}
.calc_col ul li label {
	margin: 0;
	position: absolute;
	z-index: 1;
	left: 0;
    margin-top: 4px;
}
.calc_col ul li:nth-child(2) {
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	padding-left: 12px;
	padding-right: 12px;
}
.calc_col ul li:nth-child(3) {
	padding-left: 12px;
	padding-right: 12px;
}
.calc_col ul li:first-child {
	padding-right: 12px;
}
.multi_ship {
	float: right;
	background: #b61128;
	padding: 8px 30px;
}
.multi_ship a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.tab_cols{
  border-radius: 10px;
  background-image: -moz-linear-gradient( 132deg, rgb(216,36,55) 0%, rgb(225,28,68) 41%, rgb(234,20,80) 100%);
  background-image: -webkit-linear-gradient( 132deg, rgb(216,36,55) 0%, rgb(225,28,68) 41%, rgb(234,20,80) 100%);
  background-image: -ms-linear-gradient( 132deg, rgb(216,36,55) 0%, rgb(225,28,68) 41%, rgb(234,20,80) 100%);
  margin-top: 50px;
}
.tab_cols .nav-tabs {
	border-bottom: none;
}
.tab_cols .nav-tabs .nav-item {
	width: 50%;
	text-align: center;
}
.tab_cols .nav-tabs .nav-link:focus, .tab_cols .nav-tabs .nav-link:hover {
	border-color: transparent;
}

.tab_cols .modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }
.tab_cols .modal-body {
  position:relative;
  padding:0px;
}
.tab_cols .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
    
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
    cursor: pointer;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
.tab_cols .nav-tabs .nav-item a {
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.tabs_wrap .tab_cols .nav-tabs .nav-item a {
	border: none;
}

.tab_cols .nav-tabs .nav-item.show .nav-link, .tab_cols .nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
}
.tab_cols .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #242424;
	color: #fff;
}
.tab_cols .nav-link {
	display: block;
	padding: 1.3rem 1rem;
}
.tab1_left_col {
	padding-top: 50px;
	padding-left: 50px;
	box-sizing: border-box;
}
.tab1_left_col h4 {
	color: #fff;
	font-size: 19px;
	letter-spacing: 0.5px;
}
.tab1_left_col ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}
.tab1_left_col ul li {
	position: relative;
	color: #fff;
	line-height: 38px;
	padding-left: 25px;
	font-size: 18px;
}
.tab1_left_col ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 14px;
	padding-right: 0.5em;
	position: absolute;
	left: 0;
}
.video_col {
	position: relative;
	width: 507px;
	margin-top: 50px;
    max-width: 100%;
}
.tab_cols .tab-content {
	box-sizing: border-box;
	padding-bottom: 80px;
}
.promo_wrap {
	background: #f7f7f7;
	padding-top: 50px;
	margin-top: 50px;
	padding-bottom: 50px;
}
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.head_title {
	text-align: center;
	margin-bottom: 40px;
}
.head_title h3 {
	font-size: 38px;
	font-weight: 400;
	color: #101010;
}
.head_title.pop-title {
	margin-top: 50px;
}
.grid_col {
	position: relative;
    border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 5px 0px rgba(0, 1, 1, 0.15);
}

.grid_col figure h3 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	transform: translateY(-25%);
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	-webkit-transform: translateY(-25%);
}
.overlay_col {
	position: absolute;
	background: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.grid_col figure {
	position: relative;
	margin: 0;
}
.grid_col figcaption h4 {
	text-align: center;
	color: #e9154f;
	font-size: 21px;
	padding: 20px 0px;
}
.top_marg {
	margin-top: 30px;
}
.banner_col {
    padding-top: 0;
    padding-bottom: 0;
}
.business_col {
	padding-top: 50px;
	padding-bottom: 50px;
}
.head_title p {
	font-size: 21px;
}
.foot_wrap {
	background-color: #fcfbf6;
	float: left;
	width: 100%;
	background-image: url("../img/foot_pattern.png");
	background-repeat: repeat;
}
.foot_wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}
.foot_wrap ul li {
	margin-bottom: 10px;
}
.foot_wrap ul li a {
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 400;
}
.foot_wrap ul li a:hover {
	color: #e9154f;
}
.foot_wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}
.logo_foot {
	margin-top: 25px;
}
.bottom_footer {
    background: #da223a;
}
.bottom_footer .left_foot ul {
	margin: 25px 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 100%;
}
.bottom_footer .left_foot ul li {
	float: right;
	display: inline-block;
}
.bottom_footer .left_foot ul li a {
	color: #fff;
	font-size: 18px;
	margin-left: 20px;
}

.bottom_footer .right_foot ul {
	margin: 25px 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}
.bottom_footer .right_foot ul li {
	float: left;
	display: inline-block;
}
.bottom_footer .right_foot ul li a {
	color: #fff;
	font-size: 18px;
	margin-right: 20px;
}
.social_foot li {
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.social_foot ul li a {
	background: #da223a;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 35px;
}
.social_foot ul li a:hover {
	background: #333;
}
.register_form {
	width: 775px;
	margin: auto;
	max-width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.register_form .fieldset {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.register_form .fieldset label {
	float: left;
	width: 100%;
	font-size: 17px;
	font-weight: 500;
	color: #3b3b3b;
    margin-bottom: 12px;
}
.register_form .fieldset input, .register_form .fieldset .styledSelect {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(199, 199, 199);
	background-color: rgb(255, 255, 255);
	height: 64px;
	padding-left: 14px;
	font-size: 20px;
	font-weight: 300;
}
.register_form .fieldset .select {
	width: 100%;
    height: 64px;
}
.register_form .fieldset select {
	word-wrap: normal;
	width: 100%;
    height: 64px;
}
.register_form .fieldset .styledSelect {
	line-height: 60px;
}
.register_form .fieldset .styledSelect::after {
	top: 30px;
	right: 15px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bfbfbf;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bfbfbf;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bfbfbf;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bfbfbf;
}
.register_form .fieldset input[type="checkbox"] {
	float: left;
	width: 22px;
	height: 22px;
	border: 1px solid #ccc;
	margin-right: 6px;
}
.register_form .fieldset a {
	color: #df1e41;
}
.register_form .fieldset .btn_col {
	width: auto !important;
	float: right;
}
.register_form .fieldset .btn_col .submit_col {
	padding: 10px 30px;
	font-size: 18px;
}
.register_form.login_col .fieldset .fa {
	position: absolute;
	left: 30px;
	top: 62px;
	font-size: 18px;
}
.register_form.login_col .fieldset input {
	padding-left: 45px;
}
.register_form.login_col {
	width: 380px;
}
.register_form.login_col .fieldset a {
	color: #00ad5c;
}
.btn_col.pass_link {
	float: left !important;
}
.progress-bar-inactive {
    background-color: #464646;
}
.progress-bar-active {
    background-color: #00b560;
}
.prog_col h4 {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.progress {
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	overflow: hidden;
	background-color: #464646;
	border-radius: 0;
    width: 720px;
    max-width: 100%;
    position: relative;
}
.progress-bar-striped {
	background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 2.5rem 2.5rem;
}
.progress-bar {background-color: #00b560;}
.prog_col_cont {
	position: absolute;
	left: 0;
	right: 0;
}
.prog_col_cont h4 {
	text-align: center;
	font-size: 17px;
	line-height: 28px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.2px;
}
.steps {
	position: relative;
	margin-bottom: 50px;
}
.register_form.main_cont_steps {
	width: 100%;
}
.steps_form_wrap {
	background: #fefdfb;
    padding-left: 60px;
    padding-right: 60px;
	margin-top: 40px;
}
.submit_col.back_gray {
	background: #464646;
}
.btn_col.gray_btn {
    margin-right: 10px;
    background: #464646;
}
.items_wrap {
	background: #fbf9f4;
	width: 100%;
	margin: 15px;
}
.items_wrap .item_title {
	background: #f5f3e7;
	padding: 14px 20px;
	margin-bottom: 30px;
}
.items_wrap .item_title h4 {
	margin: 0;
	font-size: 20px;
}
.padd_wrap {
	padding: 0px 20px;
}
.small_btn_col {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
.small_btn_col button {
	padding: 5px 20px;
}
.small_btn_col.red_btn button {
	background: #da223a;
}
.small_btn_col.gray_btn button {
    background: #464646;
}
.padd_wrap .fieldset label span {
	color: #da223a;
}
.right_price {
	text-align: right;
}
.fieldset.coupon_col input {
	height: 45px;
	margin-left: 10px;
	width: 150px;
}
.fieldset.coupon_col .submit_col.apply_btn {
	width: auto;
	padding: 10px 30px;
	position: relative;
	top: -1px;
	margin-left: 10px;
	background: #464646;
}
.final_wrap_pri {
	background: #f5f2ec;
	padding: 15px 20px;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 30px;
}
.price_text_col p {
	font-size: 18px;
    color: #3b3b3b;
	font-weight: 400;
}
.price_text_col p a {
	color: #00a859;
}
.tabe_price_col {
	width: 100%;
	border: 1px solid #e7e5e1;
	margin-top: 20px;
}
.tabe_price_col tr td, .tabe_price_col tr th {
	border: 1px solid #e7e5e1;
	padding: 10px 15px;
	font-size: 18px;
}
.steps_form_wrap.tabs_cont_col {
	margin-top: 0;
}
.tabs_wrap {
	margin-top: 30px;
}
.tabs_wrap .nav-tabs .nav-item.show .nav-link, .tabs_wrap .nav-tabs .nav-link.active {
	color: #3b3b3b;
	background-color: #ebe8e3;
	border-color: #ebe8e3 #ebe8e3 #fff;
}
.tabs_wrap .nav-link {
	display: block;
	padding: 0.8rem 1.5rem;
	font-size: 19px;
	font-weight: 500;
	border-radius: 0 !important;
}
.tabs_wrap .nav-tabs .nav-link {
	border: 1px solid transparent;
    color: #3b3b3b;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
    border-color: #ebe8e3 #ebe8e3 #fff;
}
.steps_form_wrap.tabs_cont_col {
	margin-top: 0;
	padding-top: 10px;
}
.register_form .fieldset textarea {
	overflow: auto;
	resize: vertical;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(199, 199, 199);
	background-color: rgb(255, 255, 255);
	height: 130px;
	padding-left: 14px;
	font-size: 20px;
	font-weight: 300;
}
.fieldset.ship_same_col {
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
}
#cbp-spmenu-s2 .close {
	display: none;
}
#showRightPush {
	display: none;
}
.graphic_col.gap_col_wrap {
	margin-bottom: 40px;
}
.about_cont {
	padding: 70px 0px;
	width: 770px;
	max-width: 100%;
}
.about_cont h2 {
	font-size: 38px;
	margin-bottom: 50px;
}
.about_cont p {
	font-size: 19px;
	margin-bottom:40px;
}
.about_cont h3 {
	font-size: 32px;
	font-weight: 300;
	line-height: 48px;
	margin-bottom: 30px;
}
.blank_col {
	padding: 50px 0;
	min-height: 500px;
}

@media screen and (max-width: 576px) {
    
#cbp-spmenu-s2 .close {
	display: block;
}  
#showRightPush {
	display: block;
}    
.col {flex-basis: auto;}
    
.main_logo {width: 110px;float: left;}  
.main_nav { margin-top: 2px;}
#showRightPush {
	position: relative;
	float: right;
	background: #fcdce5;
	border: 1px solid #fcdce5;
	width: 36px;
	height: 36px;
	font-size: 21px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	padding: 0 !important;
	max-width: 36px;
}
.main_nav ul li a {
	color: #3b3b3b;
}
.main_nav ul li {
	float: left;
	width: 100%;
    margin: 8px 8px;
}
.close {
	padding: 20px !important;
	padding-bottom: 10px !important;
}    
.main_nav ul li:last-child a {
	background: transparent;
	padding: 0;
}
.main_nav ul {
	padding: 0px 21px;
}    
.calc_col ul li {
	width: 100%;
}  
.calc_col ul {
	padding-left: 15px;
	padding-right: 15px;
}   
select {
    max-width: 100%;
} 
.calc_col ul li:nth-child(2) {
    border: none;
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	padding-left: 0;
	padding-right: 12px;
}  
.calc_col ul li:last-child {
	width: 100%;
}
.main_tag h3 {
	font-size: 30px;
}    
.main_tag h5 {
    font-size: 18px;
}
.graphic_col {
	padding-top: 10px;
}    
.main_tag {
	margin-top: 30px;
}    
.tab_cols .nav-tabs .nav-item {
	width: 100%;
	text-align: left;
}  
.tab_cols .nav-tabs .nav-item a {
	font-size: 18px;
}  
.tabs_wrap .nav-link {
    padding: 0.5rem 1rem;
}
.tab_cols {
	margin-top: 0;
}    
.tab1_left_col {
	padding-top: 30px;
	padding-left: 15px;
}    
.tab1_left_col ul li {
	line-height: 25px;
}    
.video_col {
	margin-top: 30px;
} 
.tab_cols .tab-content {
	padding-bottom: 40px;
}   
.head_title.pop-title {
	margin-top: 30px;
}
.head_title {
	margin-bottom: 30px;
}    
.row.top_marg .col-8 {
	width: 100% !important;
	max-width: 100% !important;
	flex: auto !important;
}    
.head_title h3 {
    font-size: 30px;
}
.business_col .col {
	width: 50%;
	margin-bottom: 0px;
	padding: 5px;
}
.row.top_marg .col-8 .grid_col img {
	min-height: 180px;
}
.owl-nav {
	display: none;
}
.grid_col figure img {
	width: 100%;
}
.tabs_wrap_main {
	margin-top: 20px;
}    
    
/* General styles for all menus */
.cbp-spmenu {background: #fff;
	position: fixed;
}
.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}
.cbp-spmenu-right {
	right: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}
/* Push classes applied to the body */
.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toright {
	left: 240px;
}
.cbp-spmenu-push-toleft {
	left: -240px;
    position: relative;
}
/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}  
    
.steps_form_wrap {
	padding: 15px;
	margin-top: 20px;
} 
.fieldset.blank_space_col {
	display: none;
}
.register_form .fieldset {
	margin-bottom: 12px;
} 
.prog_col_cont .col {
	flex-basis: 0;
    padding: 0;
}  
.step-1 .progress-bar {
	width: 18% !important;
}  
.step-2 .progress-bar {
	width: 37% !important;
} 
.step-3 .progress-bar {
	width: 50% !important;
} 
.step-4 .progress-bar {
	width: 65% !important;
} 
.step-5 .progress-bar {
	width: 75% !important;
} 
.step-6 .progress-bar {
	width: 100% !important;
}  
.right_price {
	text-align: left;
}
.fieldset.coupon_col input {
	width: 60px;
}
.tabs_wrap .nav-link {
	font-size: 15px;
}    
    
}

/* Example media queries */

@media screen and (max-width: 55.1875em){
	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}
	.cbp-spmenu-top {
		top: -110px;
	}
	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){
	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}
	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}
	.cbp-spmenu-push-toright {
		left: 190px;
	}
}
select {
	word-wrap: normal;
	max-width: 100%;
}

@media all and (min-width:577px) and (max-width:767px){
.main_nav ul li a {
	font-size: 16px;
} 
.main_nav ul li {
	margin: 0px 4px;
}    
.main_nav ul li:last-child a {
	padding: 10px 10px;
} 
.calc_col ul li {
	width: 50%;
} 
.calc_col ul li:last-child {
	width: 50%;
}
.main_tag h3 {
	font-size: 35px;
	color: #fff;
}
.main_tag h5 {
    font-size: 20px;
}
.tab_cols {
	margin-top: 10px;
}  
.tab_cols .nav-tabs .nav-item a {
	font-size: 17px;
} 
.tab1_left_col {
	padding-top: 40px;
	padding-left: 15px;
}  
.grid_col figure h3 {
	font-size: 21px;
} 
.grid_col figcaption h4 {
	font-size: 16px;
	padding: 12px 0px;
}    
.steps_form_wrap {
	padding: 15px;
}

}